mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
netbsd.mkDerviation: remove pointless attrs.src or
`attrs` overrides these defaults already.
This commit is contained in:
parent
383afd76e8
commit
5910c5375f
@ -26,7 +26,7 @@ let
|
||||
stdenv' = if attrs.noCC or false then stdenvNoCC else stdenv;
|
||||
in stdenv'.mkDerivation ({
|
||||
name = "${attrs.pname or (baseNameOf attrs.path)}-netbsd-${attrs.version}";
|
||||
src = attrs.src or fetchNetBSD attrs.path attrs.version attrs.sha256;
|
||||
src = fetchNetBSD attrs.path attrs.version attrs.sha256;
|
||||
|
||||
extraPaths = [ ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user