3
0
Fork 0
forked from mirrors/nixpkgs

pijul: use stable rustPlatform

This commit is contained in:
Tadas Barzdzius 2016-04-20 15:08:12 +03:00
parent 357a251bfb
commit a2973df033

View file

@ -1,6 +1,6 @@
{ stdenv, fetchdarcs, rustUnstable, openssl, libssh }:
{ stdenv, fetchdarcs, rustPlatform, openssl, libssh }:
with rustUnstable;
with rustPlatform;
buildRustPackage rec {
name = "pijul-${version}";