mirror of
https://github.com/Noratrieb/winxpbg.git
synced 2026-03-14 22:46:12 +01:00
yeet
# Please enter the commit message for your changes. Lines starting
This commit is contained in:
commit
39be4753e4
7 changed files with 925 additions and 0 deletions
17
shell.nix
Normal file
17
shell.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
packages = [
|
||||
pkgs.gtk4
|
||||
pkgs.gtk4-layer-shell
|
||||
pkgs.atk
|
||||
pkgs.glib
|
||||
pkgs.gdk-pixbuf
|
||||
pkgs.libadwaita
|
||||
pkgs.webkitgtk_6_0
|
||||
|
||||
pkgs.gst_all_1.gstreamer
|
||||
pkgs.gst_all_1.gst-plugins-base
|
||||
pkgs.gst_all_1.gst-plugins-good
|
||||
pkgs.gst_all_1.gst-plugins-bad
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue