Merge pull request #119891 from Ericson2314/tiny-netbsd-cleanup
netbsd.mkDerviation: remove pointless `attrs.src or`
This commit is contained in:
commit
7e0addbbca
@ -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