lol

Merge master into staging-next

authored by

github-actions[bot] and committed by
GitHub
a6245e9b 3617a771

+105 -130
+2 -2
pkgs/applications/misc/opentx/default.nix
··· 6 6 7 7 mkDerivation rec { 8 8 pname = "opentx"; 9 - version = "2.3.10"; 9 + version = "2.3.11"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "opentx"; 13 13 repo = "opentx"; 14 14 rev = "release/${version}"; 15 - sha256 = "1pp3k1802gl1rji98clv17wj0619dliq821mpi4446lk22q692yq"; 15 + sha256 = "sha256-0B41TkTs4sNGYzpMGbsgCLT2ThkP6foeuwLUIzKKGkU="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];
+3 -3
pkgs/applications/networking/cluster/terraform/default.nix
··· 157 157 }); 158 158 159 159 terraform_0_14 = pluggable (generic { 160 - version = "0.14.4"; 161 - sha256 = "0kjbx1gshp1lvhnjfigfzza0sbl3m6d9qb3in7q5vc6kdkiplb66"; 162 - vendorSha256 = "10vb6gsw7mha99lvx3lbgd80vf0imcqyc0va0y64f6wzaw557n7v"; 160 + version = "0.14.5"; 161 + sha256 = "0drf049zghpm3ajrn006w621s7bw5r1s8gl77nd1cj2zcw2nzn1r"; 162 + vendorSha256 = "0z9mkilazrkpbccnkws4hcc49djdwzn0cdbgqkm9bnp9fyg3rfvs"; 163 163 patches = [ ./provider-path.patch ]; 164 164 passthru = { inherit plugins; }; 165 165 });
+2 -2
pkgs/applications/networking/instant-messengers/neochat/default.nix
··· 26 26 27 27 mkDerivation rec { 28 28 pname = "neochat"; 29 - version = "1.0"; 29 + version = "1.0.1"; 30 30 31 31 src = fetchFromGitLab { 32 32 domain = "invent.kde.org"; 33 33 owner = "network"; 34 34 repo = pname; 35 35 rev = "v${version}"; 36 - sha256 = "1r9n83kvc5v215lzmzh6hyc5q9i3w6znbf508qk0mdwdzxz4zry9"; 36 + sha256 = "sha256-xGqGFJHyoZXHLv/n3UGr/KVbgs5Gc9kKKWIuKMr9DtQ="; 37 37 }; 38 38 39 39 nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];
+3 -2
pkgs/applications/networking/sync/rclone/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "rclone"; 5 - version = "1.53.3"; 5 + version = "1.53.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = pname; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "10nimrq8nmpmfk2d4fx0yp916wk5q027m283izpshrbwvx7l6xx0"; 11 + sha256 = "1w6dsf8hw0wap4090ixl01p64yn53xidfdbpy6rc3xaifypj185d"; 12 12 }; 13 13 14 14 vendorSha256 = "1l4iz31k1pylvf0zrp4nhxna70s1ma4981x6q1s3dhszjxil5c88"; ··· 39 39 meta = with lib; { 40 40 description = "Command line program to sync files and directories to and from major cloud storage"; 41 41 homepage = "https://rclone.org"; 42 + changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md"; 42 43 license = licenses.mit; 43 44 maintainers = with maintainers; [ danielfullmer marsam ]; 44 45 };
+2 -2
pkgs/applications/office/portfolio/default.nix
··· 24 24 in 25 25 stdenv.mkDerivation rec { 26 26 pname = "PortfolioPerformance"; 27 - version = "0.50.0"; 27 + version = "0.50.2"; 28 28 29 29 src = fetchurl { 30 30 url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz"; 31 - sha256 = "1jq4if5hx3fwag1dz38sj87av2na1kv4c36hai1gyz9w5qhjv7j8"; 31 + sha256 = "sha256-n5tLYrqqM0KUQrlJWZtKGClKONAz3EXBAlEqIrdPBpI="; 32 32 }; 33 33 34 34 nativeBuildInputs = [
+4 -4
pkgs/applications/science/biology/blast/default.nix
··· 10 10 }; 11 11 12 12 sourceRoot = "ncbi-blast-${version}+-src/c++"; 13 - 14 - configureFlags = [ 13 + 14 + configureFlags = [ 15 15 # With flat Makefile we can use all_projects in order not to build extra. 16 16 # These extra cause clang to hang on Darwin. 17 17 "--with-flat-makefile" 18 - "--without-makefile-auto-update" 18 + "--without-makefile-auto-update" 19 19 "--with-dll" # build dynamic libraries (static are default) 20 20 ]; 21 - 21 + 22 22 makeFlags = [ "all_projects=app/" ]; 23 23 24 24 preConfigure = ''
+2 -2
pkgs/applications/science/biology/ncbi-tools/default.nix
··· 15 15 sha256 = "1b2v0dcdqn3bysgdkj57sxmd6s0hc9wpnxssviz399g6plhxggbr"; 16 16 }; 17 17 18 - configureFlags = [ 18 + configureFlags = [ 19 19 "--without-debug" 20 20 "--with-bin-release" 21 21 "--with-dll" ··· 26 26 meta = { 27 27 description = ''NCBI Bioinformatics toolbox (incl. BLAST)''; 28 28 longDescription = ''The NCBI Bioinformatics toolsbox, including command-line utilties, libraries and include files. No X11 support''; 29 - homepage = "http://www.ncbi.nlm.nih.gov/IEB/ToolBox/"; 29 + homepage = "http://www.ncbi.nlm.nih.gov/IEB/ToolBox/"; 30 30 license = "GPL"; 31 31 priority = 5; # zlib.so gives a conflict with zlib 32 32 broken = true;
+1 -2
pkgs/applications/science/chemistry/molden/default.nix
··· 19 19 --replace '-I/usr/X11R6/include' "" \ 20 20 --replace '/usr/local/' $out/ \ 21 21 --replace 'sudo' "" \ 22 - --replace '-C surf depend' '-C surf' 22 + --replace '-C surf depend' '-C surf' 23 23 sed -in '/^# DO NOT DELETE THIS LINE/q;' surf/Makefile 24 24 ''; 25 25 ··· 41 41 maintainers = with maintainers; [ markuskowa ]; 42 42 }; 43 43 } 44 -
+1 -1
pkgs/applications/science/electronics/geda/default.nix
··· 10 10 }; 11 11 12 12 configureFlags = [ 13 - "--disable-update-xdg-database" 13 + "--disable-update-xdg-database" 14 14 ]; 15 15 nativeBuildInputs = [ pkg-config ]; 16 16 buildInputs = [ guile gtk2 flex gawk perl ];
+2 -2
pkgs/applications/virtualization/dumb-init/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "dumb-init"; 5 - version = "1.2.4"; 5 + version = "1.2.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Yelp"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "0v6ggfjl3q5p4hf002ygs8rryyzrg0fqy836p403fq2fgm30k0xx"; 11 + sha256 = "sha256-aRh0xfmp+ToXIYjYaducTpZUHndZ5HlFZpFhzJ3yKgs="; 12 12 }; 13 13 14 14 buildInputs = [ glibc.static ];
+2 -2
pkgs/data/icons/papirus-icon-theme/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "papirus-icon-theme"; 5 - version = "20200901"; 5 + version = "20210101"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "PapirusDevelopmentTeam"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "00khqbd7jz97q1kd43kkm6yaa40ml36rh04s76sgbm58srs66v3c"; 11 + sha256 = "sha256-RHuT+zJQyhiApeLuh821PMI9dmD20OoRVxezF/uCWoE="; 12 12 }; 13 13 14 14 nativeBuildInputs = [
+1 -1
pkgs/data/sgml+xml/schemas/xml-dtd/xhtml1/default.nix
··· 20 20 xmlcatalog --noout --create $cat 21 21 grep PUBLIC DTD/*.soc | while read x; do 22 22 eval a=($x) 23 - xmlcatalog --noout --add public "''${a[1]}" "''${a[2]}" $cat 23 + xmlcatalog --noout --add public "''${a[1]}" "''${a[2]}" $cat 24 24 done 25 25 ''; # */ 26 26
+2 -2
pkgs/development/compilers/apache-flex-sdk/default.nix
··· 38 38 for i in $out/bin/!(aasdoc|acompc|amxmlc); do 39 39 wrapProgram $i \ 40 40 --set FLEX_HOME $t \ 41 - --set PLAYERGLOBAL_HOME $t/frameworks/libs/player/ 41 + --set PLAYERGLOBAL_HOME $t/frameworks/libs/player/ 42 42 done 43 43 44 44 mkdir -p $t/frameworks/libs/player/${playerglobal_ver}/ 45 45 cp ${playerglobal} $t/frameworks/libs/player/${playerglobal_ver}/playerglobal.swc 46 46 ''; 47 - 47 + 48 48 fixupPhase = ":"; 49 49 50 50 meta = with stdenv.lib; {
+4 -4
pkgs/development/compilers/bigloo/default.nix
··· 32 32 # Fix absolute paths. 33 33 sed -e 's=/bin/mv=mv=g' -e 's=/bin/rm=rm=g' \ 34 34 -e 's=/tmp=$TMPDIR=g' -i autoconf/* \ 35 - [Mm]akefile* */[Mm]akefile* */*/[Mm]akefile* \ 36 - */*/*/[Mm]akefile* */*/*/*/[Mm]akefile* \ 37 - comptime/Cc/cc.scm gc/install-* 35 + [Mm]akefile* */[Mm]akefile* */*/[Mm]akefile* \ 36 + */*/*/[Mm]akefile* */*/*/*/[Mm]akefile* \ 37 + comptime/Cc/cc.scm gc/install-* 38 38 39 39 # Make sure we don't change string lengths in the generated 40 40 # C files. 41 41 sed -e 's=/bin/rm= rm=g' -e 's=/bin/mv= mv=g' \ 42 - -i comptime/Cc/cc.c 42 + -i comptime/Cc/cc.c 43 43 ''; 44 44 45 45 checkTarget = "test";
+2 -2
pkgs/development/compilers/opendylan/bin.nix
··· 22 22 tar --strip-components=1 -xjf "$src" -C "$out" 23 23 24 24 interpreter="$(cat "$NIX_CC"/nix-support/dynamic-linker)" 25 - for a in "$out"/bin/*; do 25 + for a in "$out"/bin/*; do 26 26 patchelf --set-interpreter "$interpreter" "$a" 27 27 patchelf --set-rpath "$out/lib:${boehmgc.out}/lib" "$a" 28 28 done 29 - for a in "$out"/lib/*.so; do 29 + for a in "$out"/lib/*.so; do 30 30 patchelf --set-rpath "$out/lib:${boehmgc.out}/lib" "$a" 31 31 done 32 32 sed -i -e "s|\-lgc|\-L${boehmgc.out}\/lib -lgc|" $out/lib/config.jam
+1 -1
pkgs/development/interpreters/angelscript/2.22.nix
··· 21 21 preConfigure = '' 22 22 cd angelscript/projects/gnuc 23 23 sed -i makefile -e "s@LOCAL = .*@LOCAL = $out@" 24 - export SHARED=1 24 + export SHARED=1 25 25 export VERSION="${s.version}" 26 26 mkdir -p "$out/lib" "$out/bin" "$out/share" "$out/include" 27 27 '';
+1 -1
pkgs/development/libraries/amrnb/default.nix
··· 17 17 configureFlags = [ "--cache-file=config.cache" "--with-downloader=true" ]; 18 18 19 19 postConfigure = '' 20 - cp $srcAmr 26104-b00.zip 20 + cp $srcAmr 26104-b00.zip 21 21 ''; 22 22 23 23 meta = {
+2 -2
pkgs/development/libraries/libquotient/default.nix
··· 2 2 3 3 mkDerivation rec { 4 4 pname = "libquotient"; 5 - version = "0.6.3"; 5 + version = "0.6.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "quotient-im"; 9 9 repo = "libQuotient"; 10 10 rev = version; 11 - sha256 = "sha256-RYEcFClRdAippG0kspNi9QZIzZAuU4++9LOQTZcqpVc="; 11 + sha256 = "sha256-bWqZiRv/mJzw+WY+7dLIzYBu8jhglBqgTjiXyQ1y6IQ="; 12 12 }; 13 13 14 14 buildInputs = [ qtbase qtmultimedia ];
+2 -2
pkgs/development/libraries/snack/default.nix
··· 23 23 24 24 installPhase = '' 25 25 mkdir -p $out 26 - make install DESTDIR="$out" 26 + make install DESTDIR="$out" 27 27 ''; 28 28 29 - meta = { 29 + meta = { 30 30 description = "The Snack Sound Toolkit (Tcl)"; 31 31 homepage = "http://www.speech.kth.se/snack/"; 32 32 license = stdenv.lib.licenses.gpl2;
+2 -2
pkgs/development/libraries/waylandpp/default.nix
··· 25 25 sha256 = "1kxiqab48p0n97pwg8c2zx56wqq32m3rcq7qd2pjj33ipcanb3qq"; 26 26 }; 27 27 28 - cmakeFlags = [ 29 - "-DCMAKE_INSTALL_DATADIR=${placeholder "dev"}" 28 + cmakeFlags = [ 29 + "-DCMAKE_INSTALL_DATADIR=${placeholder "dev"}" 30 30 ] ++ stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ 31 31 "-DWAYLAND_SCANNERPP=${buildPackages.waylandpp}/bin/wayland-scanner++" 32 32 ];
+1 -1
pkgs/development/mobile/androidenv/emulator.nix
··· 38 38 39 39 # Wrap emulator so that it can load required libraries at runtime 40 40 wrapProgram $out/libexec/android-sdk/emulator/emulator \ 41 - --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ 41 + --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ 42 42 pkgs.dbus 43 43 pkgs.systemd 44 44 ]} \
+2 -2
pkgs/development/mobile/xcodeenv/build-app.nix
··· 58 58 # Be sure that the Xcode wrapper has priority over everything else. 59 59 # When using buildInputs this does not seem to be the case. 60 60 export PATH=${xcodewrapper}/bin:$PATH 61 - 61 + 62 62 ${stdenv.lib.optionalString release '' 63 63 export HOME=/Users/$(whoami) 64 64 keychainName="$(basename $out)" ··· 69 69 security unlock-keychain -p "" $keychainName 70 70 71 71 # Import the certificate into the keychain 72 - security import ${certificateFile} -k $keychainName -P "${certificatePassword}" -A 72 + security import ${certificateFile} -k $keychainName -P "${certificatePassword}" -A 73 73 74 74 # Grant the codesign utility permissions to read from the keychain 75 75 security set-key-partition-list -S apple-tool:,apple: -s -k "" $keychainName
+1 -1
pkgs/development/ocaml-modules/mlgmp/default.nix
··· 16 16 sha256 = "3ce1a53fa452ff5a9ba618864d3bc46ef32190b57202d1e996ca7df837ad4f24"; 17 17 }; 18 18 19 - makeFlags = [ 19 + makeFlags = [ 20 20 "DESTDIR=$(out)/lib/ocaml/${ocaml.version}/site-lib/gmp" 21 21 ]; 22 22
+2 -2
pkgs/development/ocaml-modules/mysql/default.nix
··· 17 17 sha256 = "06mb2bq7v37wn0lza61917zqgb4bsg1xxb73myjyn88p6khl6yl2"; 18 18 }; 19 19 20 - configureFlags = [ 21 - "--prefix=$out" 20 + configureFlags = [ 21 + "--prefix=$out" 22 22 "--libdir=$out/lib/ocaml/${ocaml.version}/site-lib/mysql" 23 23 ]; 24 24
+2 -2
pkgs/development/python-modules/colorcet/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "colorcet"; 14 - version = "2.0.2"; 14 + version = "2.0.6"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "1vkx00im4s6zhr2m1j9r0a5vmhkl488b4xpzxb1pidbl19wi6j2i"; 18 + sha256 = "efa44b6f4078261e62d0039c76aba17ac8d3ebaf0bc2291a111aee3905313433"; 19 19 }; 20 20 21 21 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/pyregion/default.nix
··· 33 33 name = "conftest-astropy-3-fix.patch"; 34 34 url = "https://github.com/astropy/pyregion/pull/136.patch"; 35 35 sha256 = "13yxjxiqnhjy9gh24hvv6pnwx7qic2mcx3ccr1igjrc3f881d59m"; 36 - }) 37 - ]; 36 + }) 37 + ]; 38 38 39 39 nativeBuildInputs = [ astropy-helpers ]; 40 40
+4 -4
pkgs/development/python-modules/tubeup/default.nix
··· 2 2 , buildPythonPackage 3 3 , internetarchive 4 4 , fetchPypi 5 - , youtube-dlc 5 + , youtube-dl 6 6 , docopt 7 7 , isPy27 8 8 }: 9 9 10 10 buildPythonPackage rec { 11 11 pname = "tubeup"; 12 - version = "0.0.20"; 12 + version = "0.0.21"; 13 13 14 14 disabled = isPy27; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "8bf4004629b8427173c8259e1a09065db99135d6cc390b70a8a67b52a34a3f67"; 18 + sha256 = "326a499be032bee7f7ed921d85abff4b3b4dcd2c3d6ad694f08ef98dbcef19b6"; 19 19 }; 20 20 21 21 postPatch = '' 22 22 substituteInPlace setup.py --replace "docopt==0.6.2" "docopt" 23 23 ''; 24 24 25 - propagatedBuildInputs = [ internetarchive docopt youtube-dlc ]; 25 + propagatedBuildInputs = [ internetarchive docopt youtube-dl ]; 26 26 27 27 pythonImportsCheck = [ "tubeup" ]; 28 28
-23
pkgs/development/python-modules/youtube-dlc/default.nix
··· 1 - { lib, buildPythonPackage, fetchPypi }: 2 - 3 - buildPythonPackage rec { 4 - pname = "youtube_dlc"; 5 - version = "2020.11.11.post3"; 6 - 7 - src = fetchPypi { 8 - inherit pname version; 9 - sha256 = "WqoKpfvVPZrN+pW6s8JoApJusn5CXyPcg9VcsY8R0FM="; 10 - }; 11 - 12 - # They are broken 13 - doCheck = false; 14 - 15 - pythonImportsCheck = [ "youtube_dlc" ]; 16 - 17 - meta = with lib; { 18 - homepage = "Media downloader supporting various sites such as youtube"; 19 - description = "https://github.com/blackjack4494/yt-dlc"; 20 - platforms = platforms.linux; 21 - maintainers = with maintainers; [ freezeboy ]; 22 - }; 23 - }
+3 -3
pkgs/development/tools/buildpack/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "pack"; 5 - version = "0.15.1"; 5 + version = "0.16.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "buildpacks"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "026qy81hfblx98z9hip7gpqcfqgzfhm5bimg6p9gi5fd5wsbfs4c"; 11 + sha256 = "sha256-fNPgdMwqQq2Gh/rkf6KHEd34rnQqhw7Jf1L34oVorqM="; 12 12 }; 13 13 14 - vendorSha256 = "0i6nplh1papcmdzas9f8pkccsx5csbxxkvy5a6130jjbwdm14jw7"; 14 + vendorSha256 = "sha256-U38j5fxECKjYr5pqaNk0+Z0opQNqiYV2+6dIEaHUVF8="; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 17
+2 -2
pkgs/development/tools/database/squirrel-sql/default.nix
··· 33 33 34 34 installPhase = '' 35 35 runHook preInstall 36 - 36 + 37 37 mkdir -p $out/share/squirrel-sql 38 38 cp -r . $out/share/squirrel-sql 39 39 ··· 55 55 ln -s $out/share/squirrel-sql/icons/acorn.png \ 56 56 $out/share/icons/hicolor/32x32/apps/squirrel-sql.png 57 57 ln -s ${desktopItem}/share/applications $out/share 58 - 58 + 59 59 runHook postInstall 60 60 ''; 61 61
+1 -1
pkgs/development/tools/dtools/default.nix
··· 49 49 50 50 installPhase = '' 51 51 $makeCmd INSTALL_DIR=$out install 52 - ''; 52 + ''; 53 53 54 54 meta = with stdenv.lib; { 55 55 description = "Ancillary tools for the D programming language compiler";
+1 -1
pkgs/development/tools/gtk-mac-bundler/default.nix
··· 12 12 }; 13 13 14 14 installPhase = '' 15 - mkdir -p $out/bin 15 + mkdir -p $out/bin 16 16 substitute gtk-mac-bundler.in $out/bin/gtk-mac-bundler \ 17 17 --subst-var-by PATH $out/share 18 18 chmod a+x $out/bin/gtk-mac-bundler
+4 -4
pkgs/development/tools/micronaut/default.nix
··· 16 16 rm bin/mn.bat 17 17 cp -r . $out 18 18 wrapProgram $out/bin/mn \ 19 - --prefix JAVA_HOME : ${jdk} 19 + --prefix JAVA_HOME : ${jdk} 20 20 installShellCompletion --bash --name mn.bash bin/mn_completion 21 21 runHook postInstall 22 22 ''; ··· 26 26 longDescription = '' 27 27 Micronaut is a modern, JVM-based, full stack microservices framework 28 28 designed for building modular, easily testable microservice applications. 29 - Reflection-based IoC frameworks load and cache reflection data for 30 - every single field, method, and constructor in your code, whereas with 31 - Micronaut, your application startup time and memory consumption are 29 + Reflection-based IoC frameworks load and cache reflection data for 30 + every single field, method, and constructor in your code, whereas with 31 + Micronaut, your application startup time and memory consumption are 32 32 not bound to the size of your codebase. 33 33 ''; 34 34 homepage = "https://micronaut.io/";
+1 -1
pkgs/development/tools/misc/gede/default.nix
··· 20 20 installPhase = '' 21 21 python build.py install --verbose --prefix="$out" 22 22 wrapProgram $out/bin/gede \ 23 - --prefix PATH : ${lib.makeBinPath [ ctags gdb ]} 23 + --prefix PATH : ${lib.makeBinPath [ ctags gdb ]} 24 24 ''; 25 25 26 26 meta = with lib; {
+14 -14
pkgs/development/tools/ocaml/obelisk/default.nix
··· 1 1 { lib, fetchurl, ocamlPackages }: 2 2 3 3 ocamlPackages.buildDunePackage rec { 4 - pname = "obelisk"; 5 - version = "0.5.2"; 6 - useDune2 = true; 7 - src = fetchurl { 8 - url = "https://github.com/Lelio-Brun/Obelisk/releases/download/v${version}/obelisk-v${version}.tbz"; 9 - sha256 = "0s86gkypyrkrp83xnay258ijri3yjwj3marsjnjf8mz58z0zd9g6"; 10 - }; 4 + pname = "obelisk"; 5 + version = "0.5.2"; 6 + useDune2 = true; 7 + src = fetchurl { 8 + url = "https://github.com/Lelio-Brun/Obelisk/releases/download/v${version}/obelisk-v${version}.tbz"; 9 + sha256 = "0s86gkypyrkrp83xnay258ijri3yjwj3marsjnjf8mz58z0zd9g6"; 10 + }; 11 11 12 - buildInputs = with ocamlPackages; [ menhir re ]; 12 + buildInputs = with ocamlPackages; [ menhir re ]; 13 13 14 - meta = { 15 - description = "A simple tool which produces pretty-printed output from a Menhir parser file (.mly)"; 16 - license = lib.licenses.mit; 17 - maintainers = [ lib.maintainers.vbgl ]; 18 - homepage = "https://github.com/Lelio-Brun/Obelisk"; 19 - }; 14 + meta = { 15 + description = "A simple tool which produces pretty-printed output from a Menhir parser file (.mly)"; 16 + license = lib.licenses.mit; 17 + maintainers = [ lib.maintainers.vbgl ]; 18 + homepage = "https://github.com/Lelio-Brun/Obelisk"; 19 + }; 20 20 }
+6 -6
pkgs/development/tools/qtcreator/default.nix
··· 1 1 { mkDerivation, lib, fetchurl, fetchgit, fetchpatch 2 2 , qtbase, qtquickcontrols, qtscript, qtdeclarative, qmake, llvmPackages_8 3 - , withDocumentation ? false, withClangPlugins ? true 3 + , withDocumentation ? false, withClangPlugins ? true 4 4 }: 5 5 6 6 with lib; ··· 28 28 sha256 = "0ibn7bapw7m26nmxl26dns1hnpawfdqk1i1mgg0gjssja8famszg"; 29 29 }; 30 30 31 - buildInputs = [ qtbase qtscript qtquickcontrols qtdeclarative ] ++ 32 - optionals withClangPlugins [ llvmPackages_8.libclang 33 - clang_qt_vendor 31 + buildInputs = [ qtbase qtscript qtquickcontrols qtdeclarative ] ++ 32 + optionals withClangPlugins [ llvmPackages_8.libclang 33 + clang_qt_vendor 34 34 llvmPackages_8.llvm ]; 35 35 36 36 nativeBuildInputs = [ qmake ]; ··· 38 38 # 0001-Fix-clang-libcpp-regexp.patch is for fixing regexp that is used to 39 39 # find clang libc++ library include paths. By default it's not covering paths 40 40 # like libc++-version, which is default name for libc++ folder in nixos. 41 - # ./0002-Dont-remove-clang-header-paths.patch is for forcing qtcreator to not 41 + # ./0002-Dont-remove-clang-header-paths.patch is for forcing qtcreator to not 42 42 # remove system clang include paths. 43 43 patches = [ ./0001-Fix-clang-libcpp-regexp.patch 44 44 ./0002-Dont-remove-clang-header-paths.patch ]; ··· 53 53 54 54 preConfigure = '' 55 55 substituteInPlace src/plugins/plugins.pro \ 56 - --replace '$$[QT_INSTALL_QML]/QtQuick/Controls' '${qtquickcontrols}/${qtbase.qtQmlPrefix}/QtQuick/Controls' 56 + --replace '$$[QT_INSTALL_QML]/QtQuick/Controls' '${qtquickcontrols}/${qtbase.qtQmlPrefix}/QtQuick/Controls' 57 57 '' + optionalString withClangPlugins '' 58 58 # Fix paths for llvm/clang includes directories. 59 59 substituteInPlace src/shared/clang/clang_defines.pri \
+1 -1
pkgs/development/tools/vagrant/default.nix
··· 34 34 for gem in "$out"/lib/ruby/gems/*/gems/*; do 35 35 cp -a "$gem/" "$gem.new" 36 36 rm "$gem" 37 - # needed on macOS, otherwise the mv yields permission denied 37 + # needed on macOS, otherwise the mv yields permission denied 38 38 chmod +w "$gem.new" 39 39 mv "$gem.new" "$gem" 40 40 done
+2 -2
pkgs/games/mrrescue/default.nix
··· 13 13 name = "mrrescue"; 14 14 exec = pname; 15 15 icon = icon; 16 - comment = "Arcade-style fire fighting game"; 16 + comment = "Arcade-style fire fighting game"; 17 17 desktopName = "Mr. Rescue"; 18 18 genericName = "mrrescue"; 19 19 categories = "Game;"; 20 20 }; 21 21 22 - in 22 + in 23 23 24 24 stdenv.mkDerivation { 25 25 name = "${pname}-${version}";
+1 -1
pkgs/games/sienna/default.nix
··· 13 13 name = "sienna"; 14 14 exec = pname; 15 15 icon = icon; 16 - comment = "Fast-paced one button platformer"; 16 + comment = "Fast-paced one button platformer"; 17 17 desktopName = "Sienna"; 18 18 genericName = "sienna"; 19 19 categories = "Game;";
+2 -2
pkgs/games/vapor/default.nix
··· 14 14 name = "Vapor"; 15 15 exec = pname; 16 16 icon = icon; 17 - comment = "LÖVE Distribution Client"; 17 + comment = "LÖVE Distribution Client"; 18 18 desktopName = "Vapor"; 19 19 genericName = "vapor"; 20 20 categories = "Game;"; 21 21 }; 22 22 23 - in 23 + in 24 24 25 25 stdenv.mkDerivation { 26 26 name = "${pname}-${version}";
+1 -1
pkgs/misc/emulators/wine/util.nix
··· 3 3 toPackages = pkgNames: pkgs: 4 4 map (pn: lib.getAttr pn pkgs) pkgNames; 5 5 toBuildInputs = pkgArches: archPkgs: 6 - lib.concatLists (map archPkgs pkgArches); 6 + lib.concatLists (map archPkgs pkgArches); 7 7 mkBuildInputs = pkgArches: pkgNames: 8 8 toBuildInputs pkgArches (toPackages pkgNames); 9 9 }
+3 -3
pkgs/misc/source-and-tags/default.nix
··· 1 1 { stdenv, lib, glibcLocales, unzip, hasktags, ctags } : { 2 2 # optional srcDir 3 - annotatedWithSourceAndTagInfo = x : (x ? passthru && x.passthru ? sourceWithTags 3 + annotatedWithSourceAndTagInfo = x : (x ? passthru && x.passthru ? sourceWithTags 4 4 || x ? meta && x.meta ? sourceWithTags ); 5 5 # hack because passthru doesn't work the way I'd expect. Don't have time to spend on this right now 6 6 # that's why I'm abusing meta for the same purpose in ghcsAndLibs ··· 10 10 11 11 # createTagFiles = [ { name = "my_tag_name_without_suffix", tagCmd = "ctags -R . -o \$TAG_FILE"; } ] 12 12 # tag command must create file named $TAG_FILE 13 - sourceWithTagsDerivation = {name, src, srcDir ? ".", tagSuffix ? "_tags", createTagFiles ? []} : 13 + sourceWithTagsDerivation = {name, src, srcDir ? ".", tagSuffix ? "_tags", createTagFiles ? []} : 14 14 stdenv.mkDerivation { 15 15 phases = "unpackPhase buildPhase"; 16 16 inherit src srcDir tagSuffix; ··· 72 72 73 73 74 74 addCTaggingInfo = deriv : 75 - deriv // { 75 + deriv // { 76 76 passthru = { 77 77 sourceWithTags = { 78 78 inherit (deriv) src;
+2 -2
pkgs/servers/sql/postgresql/ext/pgroonga.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "pgroonga"; 5 - version = "2.2.7"; 5 + version = "2.2.8"; 6 6 7 7 src = fetchurl { 8 8 url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz"; 9 - sha256 = "1rd3cxap9rqpg5y8y48r5bd7rki3lck6qsrb0bqdqm9xffnibw8j"; 9 + sha256 = "sha256-YDDO3t6ARbQv72QotjA7DNxOlRo2O5CYzrH+/eEzj3w="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkg-config ];
+3 -3
pkgs/tools/networking/guardian-agent/default.nix
··· 30 30 ''; 31 31 32 32 postFixup = '' 33 - wrapProgram $out/bin/sga-guard \ 34 - --prefix PATH : "$out/bin" \ 35 - --prefix PATH : "${autossh}/bin" 33 + wrapProgram $out/bin/sga-guard \ 34 + --prefix PATH : "$out/bin" \ 35 + --prefix PATH : "${autossh}/bin" 36 36 ''; 37 37 38 38 meta = with lib; {
+2 -2
pkgs/tools/security/lynis/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "lynis"; 5 - version = "3.0.1"; 5 + version = "3.0.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "CISOfy"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "0lsb455rimr1cjxqcgy819xjxf1faas8wlx2x0pxhn5yha9w9sfs"; 11 + sha256 = "sha256-+RkzsBcQhHrfY8gEiJK3ptDeulJzA3IuVXiYEpyAsmk="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ installShellFiles makeWrapper ];
+1 -1
pkgs/tools/system/cm-rgb/default.nix
··· 38 38 39 39 postInstall = '' 40 40 # Remove this line when/if this PR gets merged: 41 - # https://github.com/gfduszynski/cm-rgb/pull/43 41 + # https://github.com/gfduszynski/cm-rgb/pull/43 42 42 install -m0755 scripts/cm-rgb-gui $out/bin/cm-rgb-gui 43 43 44 44 mkdir -p $out/etc/udev/rules.d
-2
pkgs/top-level/python-packages.nix
··· 8341 8341 phantomjsSupport = false; 8342 8342 }; 8343 8343 8344 - youtube-dlc = callPackage ../development/python-modules/youtube-dlc { }; 8345 - 8346 8344 yowsup = callPackage ../development/python-modules/yowsup { }; 8347 8345 8348 8346 yq = callPackage ../development/python-modules/yq { };