Skip to content

Commit

Permalink
gurk-rs: move to pkgs/by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 20, 2025
1 parent 5c6a9a5 commit 34691a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
protobuf,
rustPlatform,
fetchFromGitHub,
Cocoa,
darwin,
pkgsBuildHost,
openssl,
pkg-config,
Expand All @@ -13,6 +13,9 @@
gurk-rs,
}:

let
inherit (darwin.apple_sdk.frameworks) Cocoa;
in
rustPlatform.buildRustPackage rec {
pname = "gurk-rs";
version = "0.6.0";
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13455,10 +13455,6 @@ with pkgs;
fftw = fftwSinglePrec;
};

gurk-rs = callPackage ../applications/networking/instant-messengers/gurk-rs {
inherit (darwin.apple_sdk.frameworks) Cocoa;
};

puddletag = libsForQt5.callPackage ../applications/audio/puddletag { };

welle-io = qt6Packages.callPackage ../applications/radio/welle-io { };
Expand Down

0 comments on commit 34691a0

Please sign in to comment.