treewide: remove redundant rec
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
let
|
||||
runtime_bins = [ file unzip gzip ] ++ extraBackends;
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
in stdenv.mkDerivation {
|
||||
pname = "unp";
|
||||
version = "2.0-pre7";
|
||||
buildInputs = [ perl makeWrapper ];
|
||||
|
||||
Reference in New Issue
Block a user