mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
pkgs: remove deprecated settings and update fds-lib exports
This commit is contained in:
parent
5a6aebda86
commit
97875f1b84
@ -8,9 +8,8 @@ lib.makeScope pkgs.newScope (self: {
|
||||
foodogsquaredLib = import ../lib { inherit pkgs; };
|
||||
inherit (self.foodogsquaredLib.builders)
|
||||
makeXDGMimeAssociationList makeXDGPortalConfiguration makeXDGDesktopEntry
|
||||
buildHugoSite;
|
||||
inherit (self.foodogsquaredLib.fetchers)
|
||||
fetchInternetArchive;
|
||||
buildHugoSite buildFDSEnv;
|
||||
inherit (self.foodogsquaredLib.fetchers) fetchInternetArchive;
|
||||
|
||||
# My custom packages.
|
||||
awesome-cli = callPackage ./awesome-cli { };
|
||||
|
@ -3,7 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, pkg-config
|
||||
, openssl
|
||||
, alsaLib
|
||||
, alsa-lib
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
env.OPENSSL_NO_VENDOR = "1";
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ openssl alsaLib ];
|
||||
buildInputs = [ openssl alsa-lib ];
|
||||
|
||||
# Most of the tests require filesystem access with the home directory so
|
||||
# we'll have to disable them for now.
|
||||
|
@ -5,7 +5,7 @@
|
||||
, lib
|
||||
, SDL2
|
||||
, SDL2_sound
|
||||
, alsaLib
|
||||
, alsa-lib
|
||||
, cmake
|
||||
, fetchFromGitHub
|
||||
, freeglut
|
||||
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
buildInputs = [
|
||||
alsaLib
|
||||
alsa-lib
|
||||
freeglut
|
||||
gtk3
|
||||
libsamplerate
|
||||
|
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
|
||||
sha256 = "sha256-o9fCiuNTyP4vUoUm9etqdAzUnd7PmXbTm7Zhim0y4rE=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-MknrsJuNMS5BgCbgMuqSPzxyR70y24TGsKMPOuzfkjY=";
|
||||
cargoHash = "sha256-MknrsJuNMS5BgCbgMuqSPzxyR70y24TGsKMPOuzfkjY=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ libinput udev ];
|
||||
|
Loading…
Reference in New Issue
Block a user