mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
calf: move to by-name
This commit is contained in:
parent
1d8fe40546
commit
da59ad3311
2 changed files with 2 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
gtk2,
|
||||
libjack2,
|
||||
ladspaH,
|
||||
libglade,
|
||||
gnome2,
|
||||
lv2,
|
||||
pkg-config,
|
||||
fetchFromGitHub,
|
||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
gtk2
|
||||
libjack2
|
||||
ladspaH
|
||||
libglade
|
||||
gnome2.libglade
|
||||
lv2
|
||||
];
|
||||
|
|
@ -12047,10 +12047,6 @@ with pkgs;
|
|||
|
||||
breezy = with python3Packages; toPythonApplication breezy;
|
||||
|
||||
calf = callPackage ../applications/audio/calf {
|
||||
inherit (gnome2) libglade;
|
||||
};
|
||||
|
||||
calcmysky = qt6Packages.callPackage ../applications/science/astronomy/calcmysky { };
|
||||
|
||||
calibre = callPackage ../by-name/ca/calibre/package.nix {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue