mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
quilt: take dependencies as explicit function arguments
This commit is contained in:
parent
b116a1c65c
commit
1c0b50c918
@ -1,8 +1,7 @@
|
||||
{ stdenv, fetchurl, pkgs}:
|
||||
|
||||
with pkgs;
|
||||
{ stdenv, fetchurl, makeWrapper, bash, perl, diffstat, diffutils, patch, findutils }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "quilt-0.65";
|
||||
|
||||
src = fetchurl {
|
||||
@ -31,4 +30,5 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user