libstudxml: 1.1.0-b.10+2 -> 1.1.0 (#373953)
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libstudxml";
|
||||
version = "1.1.0-b.10+2";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.codesynthesis.com/libstudxml/libstudxml.git";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-OsjMhQ3u/wLhOay7qg9sQMEhnAOdrO30dsKQ8aDWUOo=";
|
||||
hash = "sha256-WMqO03ShZ5h3gqe3VQmdxE6JT4799kfdDbsqHVBzReI=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
@@ -21,6 +21,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"doc"
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [ build2 ];
|
||||
|
||||
# lib files are not marked as executable by default
|
||||
|
||||
Reference in New Issue
Block a user