update to new nix version
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
# Taken from https://github.com/NixOS/nixpkgs/pull/176779/files
|
# Taken from https://github.com/NixOS/nixpkgs/pull/176779/files
|
||||||
|
|
||||||
{ lib, stdenv, meson, ninja, pkgconfig, gettext, cmake, udev, fetchFromGitHub, python3
|
{ lib, stdenv, meson, ninja, pkg-config, gettext, cmake, udev, fetchFromGitHub, python3
|
||||||
, wrapGAppsHook, gtk3, glib, gnome3, appstream-glib, gobject-introspection, desktop-file-utils }:
|
, wrapGAppsHook, gtk3, glib, gnome, appstream-glib, gobject-introspection, desktop-file-utils }:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "oversteer";
|
pname = "oversteer";
|
||||||
@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
gettext
|
gettext
|
||||||
pkgconfig
|
pkg-config
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
appstream-glib
|
appstream-glib
|
||||||
@ -44,7 +44,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
udev
|
udev
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ udev gtk3 glib gnome3.adwaita-icon-theme python3 ];
|
buildInputs = [ udev gtk3 glib gnome.adwaita-icon-theme python3 ];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [ pyudev pyxdg evdev pygobject3 matplotlib scipy ];
|
propagatedBuildInputs = with python3.pkgs; [ pyudev pyxdg evdev pygobject3 matplotlib scipy ];
|
||||||
|
|
||||||
@ -54,4 +54,4 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user