mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
fetchsvnrevision: prepare for strictDeps
This commit is contained in:
@@ -2,7 +2,7 @@ runCommand: subversion: repository:
|
||||
import (
|
||||
runCommand "head-revision"
|
||||
{
|
||||
buildInputs = [ subversion ];
|
||||
nativeBuildInputs = [ subversion ];
|
||||
dummy = builtins.currentTime;
|
||||
}
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user