aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-generate-patches.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/nix-generate-patches.in')
-rw-r--r--scripts/nix-generate-patches.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/nix-generate-patches.in b/scripts/nix-generate-patches.in
index 1f32ab410..4cb843382 100644
--- a/scripts/nix-generate-patches.in
+++ b/scripts/nix-generate-patches.in
@@ -1,9 +1,9 @@
-#! @perl@ -w -I@libexecdir@/nix @perlFlags@
+#! @perl@ -w @perlFlags@
use strict;
use File::Temp qw(tempdir);
-use NixManifest;
-use GeneratePatches;
+use Nix::Manifest;
+use Nix::GeneratePatches;
if (scalar @ARGV != 5) {
print STDERR <<EOF;