Skip to content

Commit 684069c

Browse files
committed
Update some nix package names
1 parent 96d1c96 commit 684069c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shell.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
{ pkgs ? import <nixpkgs> {} }:
1+
{ pkgs ? import <nixpkgs> { } }:
22
pkgs.mkShell {
33
nativeBuildInputs = with pkgs; [
44
gcc
5-
pkgconfig
5+
pkg-config
66
gmp
77
libffi
8-
alsaLib
8+
alsa-lib
99
xorg.libX11
1010
xorg.libXcursor
1111
xorg.libXrandr

0 commit comments

Comments
 (0)