inherit fold-to-ascii instead
This commit is contained in:
parent
784fade8c0
commit
676e66dde6
|
@ -19,7 +19,7 @@
|
||||||
final.python3Packages.callPackage ./nix-extra-deps/fold-to-ascii.nix
|
final.python3Packages.callPackage ./nix-extra-deps/fold-to-ascii.nix
|
||||||
{ };
|
{ };
|
||||||
in {
|
in {
|
||||||
fold-to-ascii = { fold-to-ascii = fold-to-ascii; };
|
inherit fold-to-ascii;
|
||||||
musicutil = final.python3Packages.buildPythonApplication rec {
|
musicutil = final.python3Packages.buildPythonApplication rec {
|
||||||
pname = "musicutil";
|
pname = "musicutil";
|
||||||
version = "latest";
|
version = "latest";
|
||||||
|
|
Loading…
Reference in a new issue