mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
puppet-bolt: fix pname
This commit is contained in:
parent
c4b3e96167
commit
155b3e9e72
@ -7,7 +7,7 @@
|
||||
testers,
|
||||
}:
|
||||
|
||||
bundlerApp {
|
||||
(bundlerApp {
|
||||
pname = "bolt";
|
||||
|
||||
gemdir = ./.;
|
||||
@ -42,4 +42,6 @@ bundlerApp {
|
||||
maintainers = with lib.maintainers; [ uvnikita anthonyroussel ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
}).overrideAttrs (old: {
|
||||
name = "puppet-bolt-${(import ./gemset.nix).bolt.version}";
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user